home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / blackjack1.swf / scripts / DefineButton2_216 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2006-01-17  |  123b  |  8 lines

  1. on(release){
  2.    chip1Val++;
  3.    minBet();
  4.    insurance == false;
  5.    double = false;
  6.    _root.gotoAndStop("start");
  7. }
  8.